From: Aquila Macedo Date: Fri, 9 Jan 2026 00:34:26 +0000 (-0300) Subject: sysusers.d: lock mysql user and keep Debian home/shell X-Git-Tag: archive/raspbian/1%11.8.5-4+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=cdd3c88b5d7b9e8db3d11f326c89f14f6bd1f7db;p=mariadb.git sysusers.d: lock mysql user and keep Debian home/shell Use u! and set HOME=/nonexistent and shell=/bin/false for the mysql user. Gbp-Pq: Name sysusers-lock-mysql-account.patch --- diff --git a/support-files/sysusers.conf.in b/support-files/sysusers.conf.in index a975b2947..8de384f45 100644 --- a/support-files/sysusers.conf.in +++ b/support-files/sysusers.conf.in @@ -1 +1 @@ -u @MYSQLD_USER@ - "MariaDB" @MYSQL_DATADIR@ +u! @MYSQLD_USER@ - "MariaDB Server" /nonexistent /bin/false